New wysiwyg editor ckeditor implementing#4
Open
cention-mujibur-rahman wants to merge 211 commits intodarkrock:masterfrom
Open
New wysiwyg editor ckeditor implementing#4cention-mujibur-rahman wants to merge 211 commits intodarkrock:masterfrom
cention-mujibur-rahman wants to merge 211 commits intodarkrock:masterfrom
Conversation
…e comes with goodies as highlightning of matched words. This can be configured with three new attributes. 1. autocomplete (boolean) - if autocomplete should be enabled. 2. multiple (boolean) - if you should be able to select multiple items. 3. itemseparator (string) - if multiple is on this is the separator that separates the items in the textfield.
…d not been set yet.
…uld be to small to show the items correctly.
…interface to selection and ranges that work across all web browsers.
…ld make things more sane.
…ement all functionality to make it possible for MultiplePopup component to be a real replacement to Popup component. This possible fixes #2837, #2835 and #2721.
…etely replace Popup component.
…and Chrome (does anybody know the version of their Chrome?).
…ses to configure the component that way to select no items.
…always work so good to use a config file for Ckeditor toolbar when you have several Ckeditor instances on the same page so lets not set the toolbar using the config file.
The bug crashes ferite if the string passed to eval is larger then about 1400 characters.
Ckeditor
… in a new tab - this feature is added.
…SIWYG-editor-Right-Click-to-Open-Links If right click on a selected-link of WYSIWYG-Editor then it will open in...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ckeditor component is added in web framework module.